Make watchStart and watchMain global functions rather than classmethods,
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 15 Nov 2005 18:19:02 +0000 (19:19 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 15 Nov 2005 18:19:02 +0000 (19:19 +0100)
commit63852bee4735407c260a034cac29ee1a8f100300
treee5bdcee188d59986a0dd19e2b355c292661460c9
parentda5f95121684f3f82e3e1fab939208133dbe9d1a
Make watchStart and watchMain global functions rather than classmethods,
meaning that we no longer need to prefix all the field accesses with cls.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/xenstore/xswatch.py